home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene1_2.dir / 00025_nipples GOTO.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  333 b   |  21 lines

  1. on enterFrame
  2.   if rollOver(5) then
  3.     nothing()
  4.   end if
  5.   if rollOver(6) then
  6.     nothing()
  7.   end if
  8.   if soundBusy(1) then
  9.     go(the frame)
  10.   else
  11.     if not rollOver(5) and not rollOver(6) then
  12.       go("guyOff")
  13.       set the member of sprite 7 to member("guy_walk1")
  14.     end if
  15.   end if
  16. end
  17.  
  18. on exitFrame
  19.   go(the frame)
  20. end
  21.